Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

PHP Interview Questions and Answers

Question: What's the difference between include and require? -
Answer: It's how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, but execution will continue.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook